home *** CD-ROM | disk | FTP | other *** search
/ Amiga Format CD 31 / Amiga Format CD31 (1998-09-02)(Future Publishing)(GB)(Track 1 of 2)[!][issue 1998-10].iso / -seriously_amiga- / sound / aplayer / files / arexx / ir_scripts / loopbutton.aplay < prev    next >
Text File  |  1998-07-16  |  855b  |  25 lines

  1. /* These scripts are made for special use with I/R controllers. If you   */
  2. /* Find these scripts stupid, it's because we don't own an I/R           */
  3. /* controller. However if you have one, please try these scripts for us, */
  4. /* and send us some info on how it worked for you. It's meant as a       */
  5. /* call-on-signal script, that starts everytime your I/R IO software     */
  6. /* detects a certain signal for example the I/R IO software should call  */
  7. /* the 'play' script everytime you hit the 'play' button on your remote. */
  8.  
  9. ADDRESS APlayer
  10. OPTIONS RESULTS
  11. SIGNAL ON HALT
  12.  
  13. Toggleloop
  14. EXIT
  15.  
  16. /* 
  17.    This is the 'emergencybrake' part of this script. If you can't stop this
  18.    sucker run the program HI which is located in the RXC drawer on your
  19.    sys: partition.
  20. */
  21.  
  22. HALT:
  23. Say 'The LoopButton.aplay script has been stopped. Hope you liked it.'
  24. EXIT
  25.